home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.sd_sel >= 0)
- {
- if(_root["s" + _root.sd_sel]._currentframe == 7)
- {
- _root.showAlert("Catapultas não podem carregar itens!");
- }
- else
- {
- if(_root.sd_sel == 0)
- {
- _root.sd_item_sel = _root["s" + _root.sd_sel]._currentframe + 6;
- }
- else
- {
- _root.sd_item_sel = _root["s" + _root.sd_sel]._currentframe;
- }
- _root.destino = "itens";
- play();
- }
- }
- else
- {
- _root.showAlert("Selecione algum soldado!");
- }
- }
-